[INFO] cloning repository https://github.com/onestay/axiom
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/onestay/axiom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fonestay%2Faxiom", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fonestay%2Faxiom'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6483154e400444135d9072106b7f452d1b50d2da
[INFO] fixing onestay/axiom against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fonestay%2Faxiom" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/onestay/axiom
[INFO] finished tweaking git repo https://github.com/onestay/axiom
[INFO] tweaked toml for git repo https://github.com/onestay/axiom written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/onestay/axiom on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/onestay/axiom already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/onestay/pedantic.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_datetime v0.7.4+spec-1.0.0
[INFO] [stderr]   Downloaded libredox v0.1.11
[INFO] [stderr]   Downloaded toml_parser v1.0.5+spec-1.0.0
[INFO] [stderr]   Downloaded toml_writer v1.0.5+spec-1.0.0
[INFO] [stderr]   Downloaded toml v0.9.9+spec-1.0.0
[INFO] [stderr]   Downloaded redox_syscall v0.6.0
[INFO] [stderr]   Downloaded cmake v0.1.56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae
[INFO] running `Command { std: "docker" "start" "d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]    Compiling toml_parser v1.0.5+spec-1.0.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking toml_datetime v0.7.4+spec-1.0.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking toml_writer v1.0.5+spec-1.0.0
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling aws-lc-rs v1.15.2
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking axiom-plugin-sdk v0.1.0 (/opt/rustwide/workdir/axiom-plugin-sdk)
[INFO] [stdout] warning: unused import: `CString`
[INFO] [stdout]  --> axiom-plugin-sdk/src/lib.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ffi::{CString, c_char};
[INFO] [stdout]   |                ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CString`
[INFO] [stdout]  --> axiom-plugin-sdk/src/lib.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ffi::{CString, c_char};
[INFO] [stdout]   |                ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cmake v0.1.56
[INFO] [stderr]    Compiling aws-lc-sys v0.35.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking toml v0.9.9+spec-1.0.0
[INFO] [stderr]     Checking postgres-protocol v0.6.9
[INFO] [stderr]     Checking postgres-types v0.2.11
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking pedantic v0.1.0 (https://github.com/onestay/pedantic.git?rev=45749ab1b81d7220dd94343f1d79d2ccaec03ce1#45749ab1)
[INFO] [stderr]     Checking fluent-uri v0.4.1
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking tokio-postgres v0.7.15
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking axum v0.8.7
[INFO] [stderr]     Checking axiom-jwt v0.1.0 (/opt/rustwide/workdir/axiom-jwt)
[INFO] [stderr]     Checking deadpool-postgres v0.14.1
[INFO] [stderr]     Checking axiom-app v0.1.0 (/opt/rustwide/workdir/axiom-app)
[INFO] [stdout] error: couldn't read `axiom-app/src/../migrations/0001_initial.sql`: No such file or directory (os error 2)
[INFO] [stdout]   --> axiom-app/src/migrate.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     include_str!("../migrations/0001_initial.sql"),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `axiom-app/src/../migrations/0001_initial.sql`: No such file or directory (os error 2)
[INFO] [stdout]   --> axiom-app/src/migrate.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     include_str!("../migrations/0001_initial.sql"),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> axiom-app/src/http.rs:267:5
[INFO] [stdout]     |
[INFO] [stdout] 255 | /     match token_request.grant {
[INFO] [stdout] 256 | |         crate::oidc::RawGrant::AuthorizationCode(raw_authorization_code_request) => {
[INFO] [stdout] 257 | |             todo!();
[INFO] [stdout] ...   |
[INFO] [stdout] 261 | |         crate::oidc::RawGrant::ClientCredentials(raw_client_credentials_request) => todo!(),
[INFO] [stdout] 262 | |     }
[INFO] [stdout]     | |_____- any code following this `match` expression is unreachable, as all arms diverge
[INFO] [stdout] ...
[INFO] [stdout] 267 |       todo!()
[INFO] [stdout]     |       ^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> axiom-app/src/http.rs:267:5
[INFO] [stdout]     |
[INFO] [stdout] 255 | /     match token_request.grant {
[INFO] [stdout] 256 | |         crate::oidc::RawGrant::AuthorizationCode(raw_authorization_code_request) => {
[INFO] [stdout] 257 | |             todo!();
[INFO] [stdout] ...   |
[INFO] [stdout] 261 | |         crate::oidc::RawGrant::ClientCredentials(raw_client_credentials_request) => todo!(),
[INFO] [stdout] 262 | |     }
[INFO] [stdout]     | |_____- any code following this `match` expression is unreachable, as all arms diverge
[INFO] [stdout] ...
[INFO] [stdout] 267 |       todo!()
[INFO] [stdout]     |       ^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_authorization_code_request`
[INFO] [stdout]    --> axiom-app/src/http.rs:256:50
[INFO] [stdout]     |
[INFO] [stdout] 256 |         crate::oidc::RawGrant::AuthorizationCode(raw_authorization_code_request) => {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_authorization_code_request`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_refresh_token_request`
[INFO] [stdout]    --> axiom-app/src/http.rs:260:45
[INFO] [stdout]     |
[INFO] [stdout] 260 |         crate::oidc::RawGrant::RefreshToken(raw_refresh_token_request) => todo!(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_refresh_token_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_client_credentials_request`
[INFO] [stdout]    --> axiom-app/src/http.rs:261:50
[INFO] [stdout]     |
[INFO] [stdout] 261 |         crate::oidc::RawGrant::ClientCredentials(raw_client_credentials_request) => todo!(),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_client_credentials_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_authorization_code_request`
[INFO] [stdout]    --> axiom-app/src/http.rs:256:50
[INFO] [stdout]     |
[INFO] [stdout] 256 |         crate::oidc::RawGrant::AuthorizationCode(raw_authorization_code_request) => {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_authorization_code_request`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_refresh_token_request`
[INFO] [stdout]    --> axiom-app/src/http.rs:260:45
[INFO] [stdout]     |
[INFO] [stdout] 260 |         crate::oidc::RawGrant::RefreshToken(raw_refresh_token_request) => todo!(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_refresh_token_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_client_credentials_request`
[INFO] [stdout]    --> axiom-app/src/http.rs:261:50
[INFO] [stdout]     |
[INFO] [stdout] 261 |         crate::oidc::RawGrant::ClientCredentials(raw_client_credentials_request) => todo!(),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_client_credentials_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client_secret`
[INFO] [stdout]   --> axiom-app/src/oidc/client.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub(crate) fn new(client_secret: String, redirect_uris: Vec<String>) -> Self {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_secret`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client_secret`
[INFO] [stdout]   --> axiom-app/src/oidc/client.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub(crate) fn new(client_secret: String, redirect_uris: Vec<String>) -> Self {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_secret`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `axiom-app` (lib) due to 1 previous error; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `axiom-app` (lib test) due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae", kill_on_drop: false }`
[INFO] [stdout] d468f7cd2dbd29bdaadafcd8ae0ea1afdde642e90cd0a29feaedd142418d93ae
